home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global withlist, plocz
- repeat with i = 51 to 80
- set the locH of sprite i to random(684) + 58
- set the locV of sprite i to random(510) + 45
- if (the locH of sprite i < 196) and (the locV of sprite i < 146) then
- set the locH of sprite i to random(546) + 196
- set the locV of sprite i to random(409) + 146
- end if
- sprite(i).locZ = i - 80
- end repeat
- withlist = []
- repeat with i = 1 to 30
- setAt(withlist, i, 0)
- end repeat
- plocz = 170
- sprite(2).locZ = -300
- end
-